Skip to content

Instantly share code, notes, and snippets.

@mondain
mondain / public-stun-list.txt
Last active June 25, 2026 06:51
Public STUN server list
23.21.150.121:3478
iphone-stun.strato-iphone.de:3478
numb.viagenie.ca:3478
s1.taraba.net:3478
s2.taraba.net:3478
stun.12connect.com:3478
stun.12voip.com:3478
stun.1und1.de:3478
stun.2talk.co.nz:3478
stun.2talk.com:3478

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@elvina-r
elvina-r / aktivatsiya-windows-10-cherez-powershell-komandy-i-proverka.md
Last active June 25, 2026 06:49
Активация Windows 10 через PowerShell

Активация Windows 10 через PowerShell: команды и проверка

Подготовлено для пользователей Windows и Office

Ты хочешь применить технический метод активации, потому что уже видел похожие инструкции и надеешься быстро убрать проблему. Но если лицензия не подходит или данные введены неверно, результат может оказаться временным либо вообще не сработать. Лучше сначала разобраться в логике метода, а уже потом переходить к действиям.

скрипт активации windows office

Прежде чем начать

/*
sim.cc
Compile:
g++ sim.cc -std=c++11 -lpheval -O3 -o sim -IPokerHandEvaluator/cpp/include -LPokerHandEvaluator/cpp/build
./sim
Run: (all arguments are optional, defaults to 9 player full runouts)
./sim [number of other players 1-8] [cards on the board 3-5] [top % highlighted] [number of runouts per hand]
e.g.
@ProxiBlue
ProxiBlue / chrome-mcp
Created June 21, 2026 13:08
chrome-mcp — dedicated Chrome launcher for chrome-devtools MCP (CDP attach) that keeps daily-browsing profile clean from navigator.webdriver=true and the reCAPTCHA hits that come with it
#!/usr/bin/env bash
# Dedicated Chrome instance for the chrome-devtools MCP.
# - Separate user-data-dir → daily-browsing profile stays clean.
# - Bound to 127.0.0.1 (loopback only) → not reachable from LAN.
# - --user-data-dir means CDP attaches HERE, not to your daily browser.
#
# Usage:
# chrome-mcp # foreground (Ctrl+C to stop)
# chrome-mcp --headless
# chrome-mcp --bg # background; logs to /tmp/chrome-mcp.log